object AboutBox: TAboutBox Left = 200 Top = 108 BorderStyle = bsDialog Caption = 'About' ClientHeight = 156 ClientWidth = 225 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 8 Top = 8 Width = 209 Height = 113 BevelInner = bvRaised BevelOuter = bvLowered ParentColor = True TabOrder = 0 object ProgramIcon: TImage Left = 8 Top = 8 Width = 57 Height = 57 Picture.Data = {} Stretch = True IsControl = True end object ProductName: TLabel Left = 88 Top = 16 Width = 40 Height = 13 Caption = 'Darts 95' IsControl = True end object Version: TLabel Left = 88 Top = 40 Width = 53 Height = 13 Caption = 'Version 1.0' IsControl = True end object Copyright: TLabel Left = 8 Top = 72 Width = 173 Height = 13 Caption = 'Programmed 1997 by Djogo Nebojsa' IsControl = True end object Label1: TLabel Left = 8 Top = 92 Width = 189 Height = 13 Caption = 'E-mail: 101567.1747@compuserve.com' end end object OKButton: TButton Left = 67 Top = 128 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = OKButtonClick end end